'Declaration
Public Function New( _ ByVal segment As ArraySegment(Of Byte) _ )
'Usage
Dim segment As ArraySegment(Of Byte) Dim instance As New BufferCollection(segment)
public BufferCollection( ArraySegment<byte> segment )
public: BufferCollection( ArraySegment<byte> segment )
Parameters
- segment
- The segment.